Update README with new build instructions
authorBenjamin R. Haskell <rust@benizi.com>
Tue, 29 Jul 2014 05:13:30 +0000 (01:13 -0400)
committerBenjamin R. Haskell <rust@benizi.com>
Tue, 29 Jul 2014 05:14:36 +0000 (01:14 -0400)
- Remove outdated `git submodule` instructions
- Add new `./configure` build step

README.md

index fe097f865b327be117453a07d08a4f814d758f3c..d7b63978d5f0acfa584116f8339c26108c8c5d49 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,16 +22,9 @@ The current nightlies available are:
 
 ## Compiling cargo
 
-You'll want to clone cargo using --recursive on git, to clone in its submodule
-dependencies.
-```
-$ git clone --recursive https://github.com/rust-lang/cargo
-```
-or
-```
-$ git submodule init
-$ git submodule update
-```
+Run `./configure` to create a Makefile.  (`./configure --help` will show common
+options.)
+
 Then it's as simple as ```make``` followed by ```make install``` and you're
 ready to go.